home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / contrib / conrado / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-30  |  366 b   |  16 lines  |  [TEXT/MPS ]

  1. LIB=/dev/null    # to be overridden by install
  2.  
  3. .SUFFIXES: .nw .icn
  4. .nw.icn: ;    notangle -L'#line %-1L "%F"%N' $*.nw | cpif $*.icn
  5.  
  6. all: d2tex
  7. source: d2tex
  8. install:
  9.     cp d2tex $(LIB)/dijkstra.filter
  10.  
  11. # TeX files.
  12. hospital.tex: hospital.nw d2tex
  13.     noweave -delay -filter ./d2tex hospital.nw > hospital.tex
  14. clean:
  15.     /bin/rm -f hospital.tex *.dvi *.aux *.log *.blg *.bbl *~ 
  16.